#goto_top{
	bottom: 0px;
    cursor: pointer;
    position: fixed;
    right: 0px;
    display: none;
    background: url("/statics/images/goto_top.png") no-repeat;
    width: 64px;
    height: 60px;
}
#goto_top:hover{
    background: url("/statics/images/goto_top_hover.png") no-repeat;
}
.header_line{
	background: #fff url("../../images/vtcrm/hide_menu_bg.jpg") repeat-x scroll 0 0;
	width: 100%;
	height: 5px;
}
.menu_right {
  float: right;
  width: 220px;
}
.menu_right ul{
	float: right;
	margin-top: 5px;
}
.menu_right ul li {
	background: url("/statics/images/circle_header.png") no-repeat;
	display: inline;
	font-size: 14px;
	margin-left: 20px;
	padding-left: 19px;
}
.search_div{
	position: relative;
	cursor: pointer;
	top: 30px;
}
.search_div .search_btn{
	cursor: pointer;
	position: absolute;
	left: 120px;
	top: 12px;
	*top: -11px;
}
.language_div{
	float: right;
	line-height: 30px;
	border-radius: 4px;
	border: #bbb solid 1px;
	-moz-box-shadow: 1px 1px 1px 1px #bbb;
	box-shadow: 1px 1px 1px 1px #ccc;
	height: 30px;
	width: 45px;
	font-weight: bold;
	margin-right: 2px;
	position: absolute;
    top: 8px;
    right: 0px;
    *top: -15px;
    text-align: center;
}
@-moz-document url-prefix() { 
	.search_div .search_btn{
		right: -77px;
		top: 13px;
	}
}
.search_div #keyword{
	border-radius: 4px;
	border: #bbb solid 1px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	margin-top: -16px;
	width: 140px;
	-moz-box-shadow: 1px 1px 1px 1px #bbb;
	box-shadow: 1px 1px 1px 1px #ccc;
	float: left;
	font-weight: bold;
}



.menu_right ul li a, .search_div #keyword{
	color: #7d7d7d;
}
.language_div a, .language_div a:link,.language_div aa:visited{
	color: #7d7d7d !important;
}




/*  footer */
.footer{
	margin-top: 35px;
}
.footer_title{
	height: 50px; 
	background-color: #0064CD; 
	width: 100%;
}
.footer_title .footer_nav{
	width:1172px; 
	margin:0 auto;
}
.footer_title .footer_link{
	position: relative;
}
.footer_title .footer_nav li{
	line-height: 50px;
	height: 50px;
    float: left;
}
.footer_title .footer_nav li a{
    border-right: solid 1px;
    padding-right: 15px;
    margin-left: 15px;
    font-size: 14px;
    color: #fff;
}
.footer_title a.last{
	border-right: none !important;
}
.footer_title .footer_nav a:hover{
	color: #fff !important;
	text-decoration: underline;
}

.footer_title .footer_link_lists{
	width: 1172px;
    position: absolute;
    z-index: 100;
    background: #efefef;
    border: 1px solid #aaa;
    left: 0px;
    top: 50px;
}
.footer_title .footer_link_lists li{
	float: left; 
	line-height: 30px;
    height: 30px;
}
.footer_title .footer_link_lists li a{
	color: #333;
	border-right: none;
}
.footer_title .footer_link_lists li a:hover{
	color: #0064CD !important; 
}


.kefu_info{
	position: fixed;
	top: 344px;
	right:10px;
	background: #fff;
	width: 60px;
	height:120px;
	cursor: pointer;
}
.kefu_img{
	border: #ddd 1px solid;
}
.kefu_choise{
	position: fixed;
	top: 480px;
	right:15px;
	width: 50px;
	cursor: pointer;
}
.kefu_qq{
	position: relative;
    right: 142px;
    width: 140px;
    line-height: 35px;
    border: #ddd 1px solid;
    top: -59px;
    background-color: #fff;
    display: none;
}
.kefu_online{
	background: url("/statics/images/kefu_online.jpg") no-repeat 0px 5px;
	padding-left: 40px;
}
.kefu_zixun{
    text-align: center;
	color: #0064CD;
}
.kefu_zixun:hover{
	background-color: #ccc;
	color: #fff;
}
.kefu_cphone{
	background: url("/statics/images/kefu_phone.jpg") no-repeat 0px 5px;
	padding-left: 40px;
}
.kefu_phone{
    padding: 0 10px;
    color: #0064CD;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
}
.kefu_weixin{
	position: relative;
    right: 140px;
    top: -64px;
    width: 138px;
    height: 138px;
    border: #ccc 1px solid;
}

iframe{
	display: none;
}
.jiantou{
    background: url("/statics/images/jiantou.png") no-repeat;
}